home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Paparazzi!: Tales of Tinseltown
/
Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso
/
pprazia2.dir
/
00357_Script_Generic Flee Btn Script
< prev
next >
Wrap
Text File
|
1995-05-21
|
597b
|
32 lines
on mouseDown
put "Flee" into f
put "FleeHL" into fHL
hiliter 8, f, fHL
puppetsound "flee.aif"
updatestage
end
on mouseUp
global gTheDay, snap1, snap2, theMovieName, gTheDay
set the castNum of sprite 8 = cast "Flee"
set the movierate of sprite 48 = 0
puppetsprite 48, false
set the sound of cast theMovieName to 0
updatestage
if snap1 = 0 and snap2 = 0 then
updateStage
puppetsound 0
go frame gTheDay & "NoShots"
exit
else
updateStage
puppetsound 0
go frame "Darkroom"
exit
end if
puppetsound 0
end